-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update go modules #2762
chore(deps): update go modules #2762
Conversation
ℹ Artifact update noticeFile name: cli/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
/gcbrun |
c567da9
to
dc9dbc3
Compare
/gcbrun |
dc9dbc3
to
e8ca87e
Compare
/gcbrun |
e8ca87e
to
956858c
Compare
/gcbrun |
956858c
to
55bd134
Compare
/gcbrun |
55bd134
to
e1f2169
Compare
/gcbrun |
e1f2169
to
716ed8a
Compare
/gcbrun |
716ed8a
to
275e366
Compare
|
/gcbrun |
275e366
to
bf18c41
Compare
/gcbrun |
bf18c41
to
c400da0
Compare
/gcbrun |
c400da0
to
0b62490
Compare
/gcbrun |
0b62490
to
1d4e24d
Compare
/gcbrun |
1d4e24d
to
425f58f
Compare
/gcbrun |
425f58f
to
8ba8c7b
Compare
/gcbrun |
The automated can't handle deprecated protobuf, needs: #2772 |
8ba8c7b
to
f2a30e8
Compare
/gcbrun |
2 similar comments
/gcbrun |
/gcbrun |
5505ea9
to
298d884
Compare
/gcbrun |
298d884
to
22c8a4f
Compare
/gcbrun |
22c8a4f
to
3044f50
Compare
/gcbrun |
This PR contains the following updates:
v1.48.0
->v1.49.0
v67.0.0
->v68.0.0
v0.48.0
->v0.48.1
v0.212.0
->v0.214.0
v1.36.0
->v1.36.1
Release Notes
google/go-github (github.com/google/go-github/v67)
v68.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE: All support for "Project (classic)" is removed and
Project
responses are replaced byProjectV2
(renamed fromProjectsV2
).BREAKING CHANGE: The unused
Stats
field is removed from theCommit
struct....and the following additional changes:
gruntwork-io/terratest (github.com/gruntwork-io/terratest)
v0.48.1
Compare Source
Modules affected
helm
azure
aws
k8s
What's Changed
New Contributors
Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1
open-policy-agent/opa (github.com/open-policy-agent/opa)
v1.0.0
Compare Source
We are excited to announce OPA 1.0, a milestone release consolidating an improved developer experience for the future of Policy as Code. The release makes new functionality designed to simplify policy writing and improve the language's consistency the default.
Changes to Rego in OPA 1.0
Below we highlight some key changes to the defaults in OPA 1.0:
if
for all rule definitions andcontains
for multi-value rules is now mandatory, not just when using therego.v1
import.every
,in
) are available without any imports.opa check --strict
) are now the default. Duplicate imports and imports which shadow each other are no longer allowed.if you must continue to support v0 Rego.
Read more about the OPA 1.0 announcement here on our blog.
Following are other changes that are included in OPA 1.0.
Improvements to memory allocations
PRs #7172, #7190, #7193, #7165, #7168, #7191 & #7222 together improve the memory performance of OPA. Key strategies
include reusing pointers and optimizing array and object operations, minimizing intermediate object creation, and using
sync.Pool
to manage memory-heavy operations. These changes cumulatively greatly reduced the number of allocations and improved
evaluation speed by 10-20%. Additional benchmarks highlighted significant memory and speed improvements in custom
function evaluation.
Authored by @anderseknert.
Wrap http.RoundTripper for SDK users
PR #7180 adds an
EvalHTTPRoundTrip
EvalOption and query-levelWithHTTPRoundTrip
option.Both use a new function type which converts an
http.Transport
configured by topdown to anhttp.RoundTripper
.This supports use cases requiring the customization of the
http.send
built in behavior.Authored by @evankanderson.
Improvements to scientific notation parsing in
units.parse
PR #7147 extends the behaviour of
extractNumAndUnit
to supportscientific notation values. This means values such as
1e3KB
can now be handled by this function.Authored by @berdanA.
Support customized buckets
bundle_loading_duration_ns
metricPR #7156 extends OPA’s Prometheus configuration to allow the
setting of user defined buckets for metrics. This aids when debugging the loading of slow bundles.
Authored by @jwu730-1.
Test suite performance improvements
PR #7126 updates tests to improve performance. Topdown and
storage/disk/
tests now run around 50% and 75% faster respectively.
Authored by @philipaconrad.
OPA 1.0 Preparation
rego.v1
andfuture.keywords
imports for v1 by @johanfylling in #7224--rego-v1
cmd flag to--v0-v1
by @johanfylling in #7225Topdown and Rego
topdown/cache
by @evankanderson in #7188to_number
now rejects "Inf", "Infinity" and "NaN" values by @sikehish in #7203Runtime, Tooling, SDK
opa build
: provide an option to preserve print statements for the "wasm" target (#7194) by @me-viper in #7195opa eval
: Return error if illegal arguments passed with--unknowns
flag by @kd-labs in #7149Docs, Website, Ecosystem
Dependency Updates
googleapis/google-api-go-client (google.golang.org/api)
v0.214.0
Compare Source
Features
v0.213.0
Compare Source
Features
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.36.1
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.0...v1.36.1
Bug fixes:
CL/638495: internal/impl: revert IsSynthetic() check to fix panic
Maintenance:
CL/637475: internal/errors: delete compatibility code for Go before 1.13
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.